/** team  AREA START **/
.team-area {
    padding: 2rem;
}

.team {
    background: #fff;
    transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
    text-align: center;
}

.team:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.team .info {
    padding-top: 10px;
    background: #fff;
}

.team .info h4 {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 600;
}

.team .info p {
    margin-bottom: 0;
    font-weight: 500;
}

.team-member-center {
    width: 100%;
    margin: 0 auto;
}

.mem-type h5 {
    text-align: center;
    font-size: 2rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.team .thumb {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.team .thumb img {
    background: #ffffff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    padding: 6px;
    height: 200px;
    width: 180px;
}



.bod-crumb {
    background: #252525;
    color: #fff;
    padding: 2rem 0;
}

.crumb {
    float: right;

}

.crumb-inner {
    display: flex;
}

.crumb .crumb-inner li {
    color: #fff;
}

.crumb .crumb-inner li i {
    color: #fff;
}